[DecodeDateDay |b Dateutils:: Decode a DateTime value in year and year of day.]
DecodeDateDay(º|,,) {? const AValue: TDateTime; var AYear: Word; var ADayOfYear: Word}
[DecodeDateMonthWeek |b Dateutils:: Decode a DateTime value in a month, week of month and day of week]
DecodeDateMonthWeek(º|,,,,) {? const AValue: TDateTime; var AYear: Word; var AMonth: Word; var AWeekOfMonth: Word; var ADayOfWeek: Word}
[DecodeDateTime |b Dateutils:: Decode a datetime value in a date and time value]
procedure DecodeDateTime(º|,,,,,,,) {? const AValue: TDateTime; var AYear: Word; var AMonth: Word; var ADay: Word;var AHour: Word; var AMinute: Word;var ASecond: Word; var AMilliSecond: Word}
[DecodeDateWeek |b Dateutils:: Decode a DateTime value in a week of year and day of week.]
DecodeDateWeek(º|,,,) {? const AValue: TDateTime; var AYear: Word; var AWeekOfYear: Word; var ADayOfWeek: Word}
[DecodeDayOfWeekInMonth |b Dateutils:: Decode a DateTime value in year, month, day of week parts]
DecodeDayOfWeekInMonth(º|,,,,) {? const AValue: TDateTime; var AYear: Word; var AMonth: Word; var ANthDayOfWeek: Word; var ADayOfWeek: Word}
[EncodeDateDay |b Dateutils:: Encodes a year and day of year to a DateTime value (TDateTime)]
[MomentSkewKurtosis |b Math:: Return 4 first moments of distribution (Float)]
MomentSkewKurtosis(º|,,,,,,,) {? const data: Array[] of float|PFloat; optional const N: Integer; var m1: float; var m2: float; var m3: float; var m4: float; var skew: float; var kurtosis: float}
[TComponentClass |p Classes:: Class of TComponent]
TComponentClass
[TComponentName |p Classes:: Special type for component names.]
TComponentName
[TComponentState |p Classes:: Indicates the state of the component during the streaming process.]
TComponentState
[TComponentStyle |p Classes:: Describes the style of the component.]
TComponentStyle
[TCreateComponentEvent |p Classes:: Event handler type, occurs when a component instance must be created when a component is read from a stream.]
TCreateComponentEvent
[TDuplicates |p Classes:: Type to describe what to do with duplicate values in a TStringlist.]
TDuplicates
[TFilerFlag |p Classes:: Flags used by the TFiler class]
TFilerFlag
[TFilerFlags |p Classes:: Set of TFilerFlag]
TFilerFlags
[TFindAncestorEvent |p Classes:: Event that occurs w]
TFindAncestorEvent
[TFindComponentClassEvent |p Classes:: Event handler type, occurs when a component class pointer must be found when reading a component from a stream.]
TFindComponentClassEvent
[TFindGlobalComponent |p Classes:: Callback type to search for a component.]
TFindGlobalComponent
[TFindMethodEvent |p Classes:: Occurs when the streaming process needs to locate a method]
TFindMethodEvent
[TGetChildProc |p Classes:: Callback used when obtaining child components.]
TGetChildProc
[TGetStrProc |p Classes:: Event for retrieving string values. ]
TGetStrProc
[THandle |p Classes:: Type to manage streams.]
THandle
[THelpContext |p Classes:: Range type to specify help contexts.]
THelpContext
[THelpEvent |p Classes:: Special event for display of online help. ]
THelpEvent
[THelpType |p Classes:: Enumeration type specifying the kind of help requested.]
THelpType
[TIdentMapEntry |p Classes:: Record used when associating names with integer values.]
TIdentMapEntry
[TIdentToInt |p Classes:: Callback for converting identifiers to integers.]
TIdentToInt
[TInitComponentHandler |p Classes:: Callback type for RegisterInitComponentHandler]
TInitComponentHandler
[TIntToIdent |p Classes:: Callback for converting integers to identifiers.]
TIntToIdent
[TListNotification |p Classes:: Kind of list notification event.]
TListNotification
[TListSortCompare |p Classes:: Callback type for the list sort algorithm.]
TListSortCompare
[TNotifyEvent |p Classes:: Standard event handler type. ]
TNotifyEvent
[TOperation |p Classes:: Operation of which a component is notified.]
TOperation
[TPersistentClass |p Classes:: Class reference type for TPersistent.]
TPersistentClass
[TPoint |p Classes:: Special type to handle a fake TComponent position]
TPoint
[TPointerList |p Classes:: Type for an Array of pointers.]
TPointerList
[TPropertyNotFoundEvent |p Classes:: Callback for the TReader.OnPropertyNotFound event.]
TPropertyNotFoundEvent
[TReadComponentsProc |p Classes:: Callback type when reading a component from a stream]
TReadComponentsProc
[TReaderError |p Classes:: Event handler type, called when an error occurs during the streaming.]
TReaderError
[TReaderProc |p Classes:: Reader procedure used by DefineProperties]
TReaderProc
[TReadWriteStringPropertyEvent |p Classes:: Callback for the TReader.OnReadStringProperty event handler]
TReadWriteStringPropertyEvent
[TRect |p Classes:: Descibes a rectangle]
TRect
[TReferenceNameEvent |p Classes:: Occurs when a named object needs to be looked up.]
TReferenceNameEvent
[TSeekOrigin |p Classes:: Specifies the origin of the TStream.Seek method.]
TSeekOrigin
[TSetMethodPropertyEvent |p Classes:: Callback for the TReader.OnSetMethodProperty event.]
TSetMethodPropertyEvent
[TSetNameEvent |p Classes:: Occurs when the reader needs to set a component's name.]
TSetNameEvent
[TShiftState |p Classes:: Indicates what special keys were pressed in combination with a normal key ]
TShiftState
[TShiftStateEnum |p Classes:: Keyboard/Mouse shift state enumerator]
TShiftStateEnum
[TShortCut |p Classes:: Enumeration type to identify shortcut key combinations.]
TShortCut
[TSmallPoint |p Classes:: Type to describe point in a small plane.]
TSmallPoint
[TStreamProc |p Classes:: Procedure type used in streaming.]
TStreamProc
[TStringItem |p Classes:: The TStringItem is used to store the string and object items in a TStringList string list instance. It should never be used directly. ]
TStringItem
[TStringItemList |p Classes:: Array of TStringItem records.]
TStringItemList
[TStringListSortCompare |p Classes:: Callback type used in stringlist compares.]
[GetClass |b Classes:: Returns the class pointer of a class with given name (TPersistentClass)]
GetClass(º|) {? const AClassName: String}
[GetFixupInstanceNames |b Classes:: Returns the names of elements that need to be resolved for the root component, whose reference contains ReferenceRootName]